home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 34 / PC Gamer IT CD 34 2-2.iso / utility / rccd30103 / _SETUP.1 / Rccd.exe / 0 / RCDATA / TFRMFORMATPROMPT / TFRMFORMATPROMPT.txt
Text File  |  1998-09-03  |  1KB  |  66 lines

  1. object frmFormatPrompt: TfrmFormatPrompt
  2.   Left = 378
  3.   Top = 169
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Database Format'
  7.   ClientHeight = 171
  8.   ClientWidth = 211
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 8
  21.     Width = 181
  22.     Height = 49
  23.     AutoSize = False
  24.     Caption = 
  25.       'You have not specified a database format. If you don'#39't specify o' +
  26.       'ne now, your play list will not be saved.'
  27.     WordWrap = True
  28.   end
  29.   object Database: TGroupBox
  30.     Left = 17
  31.     Top = 66
  32.     Width = 189
  33.     Height = 69
  34.     Caption = 'CD Database'
  35.     TabOrder = 0
  36.     object cbFormatNative: TCheckBox
  37.       Left = 8
  38.       Top = 20
  39.       Width = 173
  40.       Height = 17
  41.       HelpContext = 107
  42.       Caption = 'Save in CDPlayer.&INI format'
  43.       TabOrder = 0
  44.     end
  45.     object cbFormatCDDB: TCheckBox
  46.       Left = 8
  47.       Top = 44
  48.       Width = 165
  49.       Height = 17
  50.       HelpContext = 108
  51.       Caption = 'Save in CDDB &format'
  52.       TabOrder = 1
  53.     end
  54.   end
  55.   object btnOK: TButton
  56.     Left = 68
  57.     Top = 140
  58.     Width = 75
  59.     Height = 25
  60.     Caption = '&OK'
  61.     Default = True
  62.     ModalResult = 1
  63.     TabOrder = 1
  64.   end
  65. end
  66.